/ Thank you for downloading the Quartz Lucky Block mod addon!
/ 150+ custom drops! Drops are inspired from other lucky blocks, only one pair of drops are completely copied from another lucky block.
/ Inspiration and credit to the pink and emerald lucky block.
/ ========== TOOLS & ARMOR ==========

/ all wood, stone and gold tools
group(ID=wooden_sword;ID=wooden_shovel;ID=wooden_pickaxe;ID=wooden_axe;ID=wooden_hoe)@luck=0
group(ID=stone_sword;ID=stone_shovel;ID=stone_pickaxe;ID=stone_axe;ID=stone_hoe)@luck=0
group(ID=golden_sword;ID=golden_shovel;ID=golden_pickaxe;ID=golden_axe;ID=golden_hoe)@luck=1
/ 2-3 iron tools
group:#rand(2,3):(ID=iron_shovel;ID=iron_pickaxe;ID=iron_axe;ID=iron_sword;ID=iron_hoe)@luck=1
/ 1-2 diamond tools
group:#rand(1,2):(ID=diamond_sword;ID=diamond_shovel;ID=diamond_pickaxe;ID=diamond_axe;ID=diamond_hoe)@luck=2
/ all leather and gold armor
group(ID=leather_helmet;ID=leather_chestplate;ID=leather_leggings;ID=leather_boots)@luck=0
group(ID=golden_helmet;ID=golden_chestplate;ID=golden_leggings;ID=golden_boots;ID=golden_horse_armor)@luck=1
/ 2-3 chain and iron armor
group:#rand(2,3):(ID=chainmail_helmet;ID=chainmail_chestplate;ID=chainmail_leggings;ID=chainmail_boots)@luck=2
group:#rand(2,3):(ID=iron_helmet;ID=iron_chestplate;ID=iron_leggings;ID=iron_boots;ID=iron_horse_armor)@luck=1
/ 1-2 diamond armor
group:#rand(1,2):(ID=diamond_helmet;ID=diamond_chestplate;ID=diamond_leggings;ID=diamond_boots;ID=diamond_horse_armor)@luck=2
/ all horse armor
group(ID=iron_horse_armor;ID=golden_horse_armor;ID=diamond_horse_armor)@luck=2
/ bow and arrows
group(ID=bow;ID=arrow,amount=#rand(16,32))@luck=1

/ ========== BLOCKS ==========

ID=sponge@luck=0
ID=tnt,amount=8@luck=1
ID=obsidian,amount=14@luck=1
ID=enchanting_table@luck=2
ID=end_portal_frame,amount=#rand(2,6)@luck=2
ID=dragon_egg@luck=1
ID=ender_chest,amount=2@luck=0
ID=beacon@luck=2
ID=dropper,amount=8@luck=0
ID=hay_block,amount=8@luck=0

/ chests
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/spawn_bonus_chest"))@luck=0
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/simple_dungeon"))@luck=1
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/village_blacksmith"))@luck=1
type=block,ID=chest,tileEntity=(Items=#customChestLootTable({"pools":[{"rolls":{"min":6,"max":12},"entries":[{"type":"item","name":"minecraft:iron_ingot","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":8}}]},{"type":"item","name":"minecraft:gold_ingot","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:diamond","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:emerald","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:dye","weight":1,"functions":[{"function":"set_data","data":4},{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"lucky:lucky_block","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":1,"max":2}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":1,"max":2}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":1},{"function":"set_count","count":{"min":1,"max":2}}]}]}]}))@luck=2

/ ========= ITEMS ==========

ID=gold_ingot,amount=#rand(8,16)@luck=1
ID=stick@luck=-1
ID=painting,amount=4@luck=0
ID=saddle,amount=2@luck=0
ID=cake@luck=0
ID=rotten_flesh@luck=-1
ID=nether_star@luck=2
ID=red_flower,NBTTag=(display=(Name="$cRomantic Rose"))@luck=-1
ID=rabbit_stew,amount=#rand(5,7)@luck=1

/ ========== GROUPS ==========

/ bookshelves and books
group(ID=bookshelf,amount=#rand(6,12);ID=book,amount=#rand(8,16))@luck=0
/ pumpkins and jack o'lanterns
group(ID=pumpkin,amount=#rand(8,16);ID=lit_pumpkin,amount=#rand(8,16))@luck=0
/ golden apples
group(ID=golden_apple,amount=#rand(2,4);ID=golden_apple,amount=#rand(1,2),damage=1)@luck=2
/ buckets
group(ID=bucket,amount=#rand(1,2);ID=water_bucket,amount=#rand(1,2);ID=lava_bucket,amount=#rand(1,2);ID=milk_bucket,amount=#rand(1,2))@luck=0
/ meat (raw and cooked)
group:1:(group(ID=porkchop,amount=#rand(8,16);ID=cooked_porkchop,amount=#rand(4,8));group(ID=fish,amount=#rand(8,16);ID=cooked_fish,amount=#rand(4,8));group(ID=beef,amount=#rand(8,16);ID=cooked_beef,amount=#rand(4,8));group(ID=chicken,amount=#rand(8,16);ID=cooked_chicken,amount=#rand(4,8));group(ID=mutton,amount=#rand(8,16);ID=cooked_mutton,amount=#rand(4,8));group(ID=rabbit,amount=#rand(8,16);ID=cooked_rabbit,amount=#rand(4,8)))@luck=1
/ vegetable food (carrots, potatoes, pumpkin pie)
group:1:(group(ID=carrot,amount=#rand(8,16);ID=golden_carrot,amount=#rand(4,8));group(ID=potato,amount=#rand(8,16);ID=baked_potato,amount=#rand(4,8);ID=poisonous_potato,amount=#rand(2,4));group(ID=pumpkin_pie,amount=#rand(6,12)))@luck=1
/ ender pearls and eyes
group(ID=ender_pearl,amount=10;ID=ender_eye,amount=5)@luck=2
/ potions
ID=#randList(potion,splash_potion),NBTTag=(Potion=#randPotion),amount=#rand(4,8)@luck=1
/ spawn eggs
ID=spawn_egg,NBTTag=(EntityTag=(id=#randSpawnEgg)),amount=#rand(4,8)@luck=1
/ heads
ID=skull,damage=#rand(0,4),amount=#rand(1,3)@luck=0
/ jukebox music discs
group(ID=jukebox;ID=#rand(2256,2267),amount=#rand(1,3))@luck=1
/ brewing
group(ID=ender_pearl,amount=#rand(1,3);ID=blaze_rod,amount=#rand(1,3);ID=ghast_tear,amount=#rand(1,3);ID=gold_nugget,amount=#rand(1,3);ID=nether_wart,amount=#rand(1,3);ID=spider_eye,amount=#rand(1,3);ID=fermented_spider_eye,amount=#rand(1,3);ID=blaze_powder,amount=#rand(1,3);ID=magma_cream,amount=#rand(1,3);ID=ender_eye,amount=#rand(1,3);ID=speckled_melon,amount=#rand(1,3);ID=rabbit_foot,amount=#rand(1,3);type=particle,ID=splashpotion,potion="fire_resistance")@luck=2
/ redstone
group(ID=dispenser,amount=2;ID=noteblock,amount=1;ID=sticky_piston,amount=4;ID=piston,amount=4;ID=tnt,amount=6;ID=lever,amount=2;ID=stone_pressure_plate,amount=2;ID=wooden_pressure_plate,amount=2;ID=redstone_torch,amount=8;ID=stone_button,amount=2;ID=trapdoor,amount=2;ID=iron_trapdoor,amount=2;ID=fence_gate,amount=1;ID=redstone_lamp,amount=4;ID=tripwire_hook,amount=2;ID=wooden_button,amount=2;ID=light_weighted_pressure_plate,amount=1;ID=heavy_weighted_pressure_plate,amount=1;ID=daylight_detector,amount=1;ID=hopper,amount=4;ID=dropper,amount=#rand(2,4);ID=wooden_door,amount=1;ID=iron_door,amount=1;ID=redstone,amount=#rand(32,64);ID=repeater,amount=8;ID=comparator,amount=2;type=particle,ID=splashpotion,potion="healing")@luck=2
/ colorful
group(group:1:(ID=wool,damage=#rand(0,15),amount=#rand(32,64);ID=stained_hardened_clay,damage=#rand(0,15),amount=#rand(32,64);ID=dye,damage=#rand(0,15),amount=#rand(32,64));type=particle,ID=2002,damage=#randPotionParticle,amount=10)@luck=1
/ iron, gold, diamond, emerald, lapis with fireworks
group(ID=iron_ingot,amount=#rand(8,16);ID=gold_ingot,amount=#rand(8,16);ID=diamond,amount=#rand(8,16);ID=emerald,amount=#rand(8,16);ID=dye,damage=4,amount=#rand(8,16);type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,posOffset=#circleOffset(0,2))@luck=2
/ fish
group(ID=fishing_rod;ID=349,damage=#rand(0,3),amount=#rand(10,20))@luck=1
/ random jokes
group:1:(ID=clock,NBTTag=(display=(Name="You're wasting your time"));ID=fish,damage=2,NBTTag=(display=(Name="I'm funny"));ID=fish,damage=3,NBTTag=(display=(Name="Oooooh!")))@luck=-1
/ flowers
group(ID=red_flower,damage=#rand(0,8),amount=64)@luck=0
/ enchantment books
ID=enchanted_book,NBTTag=(StoredEnchantments=#randEnchantment),amount=#rand(7,10)@luck=1
/ prismarine
group(ID=prismarine,amount=#rand(4,8);ID=prismarine,damage=1,amount=#rand(4,8);ID=prismarine,damage=2,amount=#rand(4,8);ID=sea_lantern,amount=#rand(4,8);ID=prismarine_shard,amount=#rand(15,30);ID=prismarine_crystals,amount=#rand(10,20);type=particle,ID=splashpotion,potion="invisibility")@luck=1

/ ========== ENTITIES ==========

/ lucky mobs
group:1:(type=entity,ID=Pig,NBTTag=(CustomName="$e$lLucky Pig",CustomNameVisible=true);type=entity,ID=Cow,NBTTag=(CustomName="$e$lLucky Cow",CustomNameVisible=true);type=entity,ID=Chicken,NBTTag=(CustomName="$e$lLucky Chicken",CustomNameVisible=true);type=entity,ID=Sheep,NBTTag=(CustomName="$e$lLucky Sheep",CustomNameVisible=true);type=entity,ID=Rabbit,NBTTag=(CustomName="$e$lLucky Rabbit",CustomNameVisible=true);type=entity,ID=Squid,NBTTag=(CustomName="$e$lUnlucky Squid",CustomNameVisible=true))@luck=0
/ colored sheep
type=entity,ID=Sheep,NBTTag=(CustomName="$cM$6r. $eR$aa$2i$bn$3b$5o$dw",CustomNameVisible=true,Color=#rand(0,15)),posOffset=#circleOffset(4),amount=16@luck=1

/ eggs + diamonds
group(type=entity,ID=ThrownEgg,NBTTag=(Motion=#randLaunchMotion(0.6,15)),amount=40;type=entity,ID=Item,NBTTag=(Item=(id=diamond,Count=1),Motion=#randLaunchMotion(0.7,18)),amount=20)@luck=2

/ thrown exp bottles
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(16,32)@luck=2
/ launched tnt
type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=15@luck=-2

/ lightning creeper
group(type=difficulty,ID=hard;type=entity,ID=Creeper;type=entity,ID=LightningBolt)@luck=-2
/ giant
group(type=difficulty,ID=hard;type=entity,ID=Giant)@luck=-2
/ wither
group(type=difficulty,ID=hard;type=entity,ID=WitherBoss)@chance=0.1@luck=-2
/ ghast
group(type=difficulty,ID=hard;type=entity,ID=Ghast)@chance=0.2@luck=-2
/ elder guardian
group(type=difficulty,ID=hard;type=entity,ID=Guardian,NBTTag=(Elder=1)))@chance=0.5@luck=-2
/ killer rabbit
group(type=difficulty,ID=hard;type=entity,ID=Rabbit,NBTTag=(RabbitType=99))@luck=-1
/ bob zombie
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$9$lBob",CustomNameVisible=true))@luck=-2
/ ghostly horseman skeleton
group(type=difficulty,ID=hard;type=entity,ID=Bat,NBTTag=(Silent=true,ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)],Passengers=[(id=EntityHorse,Tame=true,Type=4,Passengers=[(id=Skeleton,HandItems=[(id=bow,Count=1,tag=(ench=#luckyBowEnchantments))],ArmorItems=[(id=chainmail_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=chainmail_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=chainmail_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=chainmail_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$7$lGhostly Horseman",CustomNameVisible=true)])]))@luck=-2

/ stacked villager and pigs
type=entity,ID=Pig,NBTTag=(Passengers=[(id=Pig,Passengers=[(id=Pig,Passengers=[(id=Pig,Passengers=[(id=Pig,Passengers=[(id=Pig,Passengers=[(id=Pig,Passengers=[(id=Pig,Passengers=[(id=Villager)])])])])])])])])@luck=0

/ horses
type=entity,ID=EntityHorse,amount=12,posOffset=#circleOffset(4),NBTTag=(Type=#rand(0,4),Tame=true,OwnerUUID=#pUUID)@luck=1

/ witch with bats
group(type=difficulty,ID=hard;type=entity,ID=Witch;type=entity,ID=Bat,posY=#bPosY+#rand(0,2),posOffset=#circleOffset(0,1),amount=64)@luck=-1
/ huge slime and magma cube
group:1:(type=entity,ID=Slime,NBTTag=(Size=10);type=entity,ID=LavaSlime,NBTTag=(Size=10))@luck=-2

/ pet wolves
group(type=entity,ID=Wolf,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CollarColor=#rand(0,14),OwnerUUID=#pUUID,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet cats
group(type=entity,ID=Ozelot,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CatType=#rand(0,3),OwnerUUID=#pUUID,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet rabbits
group(type=entity,ID=Rabbit,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(RabbitType=#rand(0,5),OwnerUUID=#pUUID,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1

/ hero villagers
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$9$lHero's Sword"))),maxUses=1),(buy=(id=diamond,Count=#rand(20,25)),sell=(id=bow,Count=1,tag=(ench=#luckyBowEnchantments,display=(Name="$9$lHero's Bow"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=fishing_rod,Count=1,tag=(ench=#luckyFishingRodEnchantments,display=(Name="$9$lHero's Fishing Rod"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Count=1,tag=(Potion="fire_resistance",CustomPotionEffects=#luckyPotionEffects,display=(Name="$9$lHero's Potion"))),maxUses=1),(buy=(id=diamond,Count=#rand(7,12)),sell=(id=splash_potion,Count=1,tag=(Potion="harming",CustomPotionEffects=#unluckyPotionEffects,display=(Name="$4$lEvil Potion"))),maxUses=1)]),CustomName="$9$lHero Villager",CustomNameVisible=true)@luck=1
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments,display=(Name="$9$lHero's Helmet"))),maxUses=1),(buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments,display=(Name="$9$lHero's Chestplate"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments,display=(Name="$9$lHero's Leggings"))),maxUses=1),(buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments,display=(Name="$9$lHero's Boots"))),maxUses=1)]),CustomName="$9$lHero Villager",CustomNameVisible=true)@luck=1
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_shovel,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$9$lHero's Shovel"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_pickaxe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$9$lHero's Pickaxe"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_axe,Count=1,tag=(ench=#luckyAxeEnchantments,display=(Name="$9$lHero's Axe"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_hoe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$9$lHero's Hoe"))),maxUses=1)]),CustomName="$9$lHero Villager",CustomNameVisible=true)@luck=1

/ colorful pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=stained_hardened_clay,Data=14),posY=#bPosY+5;NBTTag=(Block=stained_hardened_clay,Data=1),posY=#bPosY+10;NBTTag=(Block=stained_hardened_clay,Data=4),posY=#bPosY+15;NBTTag=(Block=stained_hardened_clay,Data=5),posY=#bPosY+20;NBTTag=(Block=stained_hardened_clay,Data=3),posY=#bPosY+25;NBTTag=(Block=stained_hardened_clay,Data=11),posY=#bPosY+30;NBTTag=(Block=stained_hardened_clay,Data=10),posY=#bPosY+35;NBTTag=(Block=stained_hardened_clay,Data=2),posY=#bPosY+40;NBTTag=(Block=stained_hardened_clay,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ tnt pole
group(type=fill,ID=air,size=(1,51,1);type=entity,ID=FallingSand,NBTTag=(Block=redstone_block),posY=#bPosY+5;group(posY=#bPosY+10;posY=#bPosY+15;posY=#bPosY+20;posY=#bPosY+25;posY=#bPosY+30;posY=#bPosY+35;posY=#bPosY+40;posY=#bPosY+45;posY=#bPosY+50),type=entity,ID=FallingSand,NBTTag=(Block=tnt))@luck=2

/ baby player
type=entity,ID=ArmorStand,NBTTag=(Small=true,NoBasePlate=true,ShowArms=true,HandItems=[(id=stone_pickaxe,Count=1)],ArmorItems=[(id=leather_boots,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_leggings,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_chestplate,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=skull,Damage=3,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName="Baby #pName",CustomNameVisible=true)@luck=0

/ ==== Monster Apocalyple ====
/ sword, difficulty, time, potion effects
group(ID=wooden_sword;type=difficulty,ID=hard;type=time,ID=18750;type=effect,ID=slowness,duration=30,amplifier=4;type=effect,ID=blindness,duration=30; \
/ zombies, creepers, spiders & cave spiders, silverfish & endermites, guardians
group:1:(type=entity,ID=Zombie,amount=#rand(20,50);type=entity,ID=Creeper,amount=#rand(10,30);group(type=entity,ID=Spider,amount=#rand(15,45);type=entity,ID=CaveSpider,amount=#rand(5,10));group(type=entity,ID=Silverfish,amount=#rand(15,45);type=entity,ID=Endermite,amount=#rand(5,10));type=entity,ID=Guardian,amount=#rand(10,30); \
/ all
group(type=entity,ID=Zombie,amount=#rand(20,50);type=entity,ID=Creeper,amount=#rand(10,30);group(type=entity,ID=Spider,amount=#rand(15,45);type=entity,ID=CaveSpider,amount=#rand(5,10);type=entity,ID=Silverfish,amount=#rand(15,45);type=entity,ID=Endermite,amount=#rand(5,10);type=entity,ID=Guardian,amount=#rand(10,30)))),posOffset=#circleOffset(8,10))@luck=-2

/ ========== STRUCTURES ==========

/ traps
type=structure,ID=anvil_trap,pos=#pPos,rotation=#pDirect@luck=-2
type=structure,ID=lava_trap,pos=#pPos,rotation=#pDirect@luck=-2
type=structure,ID=water_trap,pos=#pPos@luck=-2
type=structure,ID=pit_trap,pos=#pPos@luck=-2

/ lucky fort and temple
type=structure,ID=lucky_fort,pos=#pPos@luck=2
type=structure,ID=lucky_temple,pos=#pPos@chance=0.4@luck=2

/ bedrock problem
type=structure,ID=bedrock_problem,rotation=#pDirect@luck=-1

/ explosion
group(type=difficulty,ID=hard;type=explosion,radius=6)@luck=-2

/ choice of 2 lucky blocks
group:1:(type=structure,ID=lucky_choice_left,rotation=#pDirect;type=structure,ID=lucky_choice_right,rotation=#pDirect)@luck=0

/ wishing wells
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20)"]))@luck=-2

/ tnt wish
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish has come true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=10)"]))@luck=-1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your bigger death wish has come true!!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=50)"]))@luck=-1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your biggest death wish has come true!!!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=150)"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your nuke wish has come true!!!!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=300)"]))@luck=-2

/ bouncing castle
type=structure,ID=bouncing_castle,pos=#pPos,rotation=#pDirect

/ giant lucky blocks
type=structure,ID=giant_lucky_block_good,rotation=#pDirect@luck=2
type=structure,ID=giant_lucky_block_bad,rotation=#pDirect@luck=-2

/ ========== ENCHANTED + LUCKY ITEMS ==========

/ hero sword
ID=diamond_sword,NBTTag=(ench=#luckySwordEnchantments,display=(Name="$9$lHero's Sword"))@luck=2
/ hero bow
ID=bow,NBTTag=(ench=#luckyBowEnchantments,display=(Name="$9$lHero's Bow"))@luck=2
/ hero fishing rod
ID=fishing_rod,NBTTag=(ench=#luckyFishingRodEnchantments,display=(Name="$9$lHero's Fishing Rod"))@luck=2
/ hero tools
group:#rand(1,2):(ID=diamond_shovel,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$9$lHero's Shovel"));ID=diamond_pickaxe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$9$lHero's Pickaxe"));ID=diamond_axe,NBTTag=(ench=#luckyAxeEnchantments,display=(Name="$9$lHero's Axe"));ID=diamond_hoe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$9$lHero's Hoe")))@luck=2
/ hero armor
group:#rand(1,2):(ID=diamond_helmet,NBTTag=(ench=#luckyHelmetEnchantments,display=(Name="$9$lHero's Helmet"));ID=diamond_chestplate,NBTTag=(ench=#luckyChestplateEnchantments,display=(Name="$9$lHero's Chestplate"));ID=diamond_leggings,NBTTag=(ench=#luckyLeggingsEnchantments,display=(Name="$9$lHero's Leggings"));ID=diamond_boots,NBTTag=(ench=#luckyBootsEnchantments,display=(Name="$9$lHero's Boots")))@luck=2
/ hero potion
ID=potion,NBTTag=(Potion="fire_resistance",CustomPotionEffects=#luckyPotionEffects,display=(Name="$9$lHero's Potion"))@luck=2
/ unlucky potion
ID=splash_potion,NBTTag=(Potion="harming",CustomPotionEffects=#unluckyPotionEffects,display=(Name="$4$lEvil Potion"))@luck=1

/ lucky items
type=item,ID=lucky:lucky_sword@chance=1.5@luck=2
type=item,ID=lucky:lucky_bow@chance=1.5@luck=2
type=item,ID=lucky:lucky_potion,NBTTag=(Luck=#randList(100,-100)),amount=#rand(10,15)@chance=1.5@luck=2
group(type=item,ID=lucky:lucky_sword;type=item,ID=lucky:lucky_bow;type=item,ID=lucky:lucky_potion,NBTTag=(Luck=#randList(100,-100)),amount=#rand(10,15);type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,posOffset=#circleOffset(0,2))@luck=2

/ ========== QUARTZ STUFF STARTS UNDER THIS ==========
/ ========== RANDOM MESSAGES + COMMANDS ==========

/ early christmas troll
group(type=command,ID="/tell #pName Listen to me, #pName. Merry Early Christmas!",commandSender="Santa";ID=cactus,NBTTag=(display=(Name="$2Christmas Tree")))@luck=0

/ sick grandma emerald
group(type=command,ID="/tell #pName #pName. I think I'm sick!",commandSender="Your grandma";ID=emerald_block,NBTTag=(display=(Name="$2$lSnot")))@luck=1

/ time add
group(type=command,ID="/time add 12500",commandSender="MetaGamer";ID=clock,NBTTag=(display=(Name="$6$lTime went by fast...")))@luck=0

/ youtube recording troll
group(type=command,ID="/weather rain 12500",commandSender="MetaGamer";ID=water_bucket,NBTTag=(display=(Name="$9$lIt's raining?";type=message,ID="$9$lWell I hope you're not recording for a youtube video...)))@luck=-1

group(type=command,ID="/tp @p ~ ~100 ~",commandSender="MetaGamer";ID=leather_boots,NBTTag=(display=(Name="$e$lIt's just a prank bro...")))@luck=-1

group(type=command,ID="/tp @p ~ ~100 ~",commandSender="MetaGamer";ID=leather_boots,NBTTag=(display=(Name="$3$lI believe I can fly!")))@luck=-1



/ ========== QUARTZ STRUCTURES ==========

/ lucky magic quartz structure
type=structure,ID=quartz_temple,pos=#pPos@luck=0

/ lucky quartz shrine
group(type=message,ID="$lIt seems you've stumbled upon something... $5$lMagical...";type=command,ID="/give #pName diamond 1 0 {display:{Name:\"$5$lYou're Magical\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-1,NBTTag=(Drops=[type=structure,ID=quartz_shrine,pos=#pPos@luck=0]))@luck=2

/ lucky quartz treasury
group(type=message,ID="$lIt seems you've stumbled upon... $e$lriches...";type=command,ID="/give #pName gold_ingot 1 0 {display:{Name:\"$e$lYou're Lucky\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-1,NBTTag=(Drops=[type=structure,ID=quartz_treasure,pos=#pPos@luck=0]))@luck=2

/ ========== QUARTZ LUCKY WELLS ==========

/ wishing wells
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20)"]))@luck=-1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$2Your creeper came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Creeper,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Creeper,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Creeper,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Creeper,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Creeper,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$cYour date came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Villager,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Villager,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Villager,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Villager,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Villager,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=0
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your final wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=#rand(25,50))"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour ultimate wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_block,amount=#rand(1,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond_block,amount=#rand(1,15),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald_block,amount=#rand(1,5),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lapis_block,amount=#rand(1,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$0Your wish came true! (If you like coal)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=coal,amount=#rand(25,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=coal,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=coal_ore,amount=#rand(32,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=coal_block,amount=#rand(20,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$cYour wish came true! (If you like redstone)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=redstone,amount=#rand(25,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=redstone,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=redstone_ore,amount=#rand(32,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=redstone_block,amount=#rand(20,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$rYour wish came true! (If you like quartz)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=quartz,amount=#rand(25,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=quartz,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=quartz_ore,amount=#rand(32,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=quartz_block,amount=#rand(20,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your wish came true! (If you don't like your ears)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Ghast,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Ghast,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Ghast,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Ghast,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Ghast,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$7Your wish came true! (If you like iron)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=iron_ingot,amount=#rand(25,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=iron_ingot,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=iron_ore,amount=#rand(32,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=iron_block,amount=#rand(20,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$2Your wish came true! (If you like apple's)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=apple,amount=#rand(15,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=apple,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=golden_apple,Damage=0,amount=#rand(16,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=golden_apple,Damage=1,amount=#rand(1,7),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$1You wish came true! (If you like lapis)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=dye,Damage=4,amount=#rand(25,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,Damage=4,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lapis_ore,amount=#rand(32,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lapis_block,amount=#rand(20,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$6Your wish came true! (If you like gold)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(25,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=gold_ore,amount=#rand(32,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=gold_block,amount=#rand(20,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$0Your wish came true! ($0If you like $0Endermen)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Enderman,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Enderman,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Enderman,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Enderman,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Enderman,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=0
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$2Your zombie came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Zombie,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Zombie,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Zombie,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Zombie,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Zombie,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=0
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$3Your wish came true! (If you like diamonds)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(5,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(5,35),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond_ore,amount=#rand(8,20),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond_block,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$2Your wish came true! (If you like emeralds)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(5,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(5,35),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald_ore,amount=#rand(8,20),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald_block,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your wish came true! ($4If you like $4blazes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Blaze,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Blaze,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Blaze,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Blaze,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Blaze,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$8Your wish came true! ($8If you like $8silverfish)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Blaze,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Silverfish,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Silverfish,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Silverfish,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Silverfish,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=0
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$5Your witch wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Witch,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Witch,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Witch,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Witch,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Witch,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$8Your wish came true! (If you like sticks)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=stick,amount=#rand(5,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=stick,amount=#rand(15,205),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=stick,amount=#rand(8,100),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=stick,amount=#rand(5,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"Your baaaad wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Sheep,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Sheep,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Sheep,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Sheep,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Sheep,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=0
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour lightning wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=LightningBolt,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=LightningBolt,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=LightningBolt,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=LightningBolt,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=LightningBolt,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$6Your awesome wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=beacon,amount=#rand(1,2),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dragon_egg,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=nether_star,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=sponge,amount=#rand(2,7),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-1
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$8Your skeleton wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=Skeleton,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=Skeleton,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Skeleton,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Skeleton,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=Skeleton,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=-2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$fYour polar bear wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PolarBear,amount=1,posY='#'bPosY+3,posOffset='#'circleOffset(2);type=entity,ID=PolarBear,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=PolarBear,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=PolarBear,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);type=entity,ID=PolarBear,amount=#rand(1,6),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=0
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$6Your wish came true! (If you like lucky blocks)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=lucky:lucky_block,amount=#rand(1,7),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lucky:lucky_block,amount=#rand(3,5),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lucky:lucky_block,amount=#rand(2,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lucky:lucky_block,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$dYour wish came true! (If you like pink lucky blocks)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=lucky:lucky_block_pink,amount=#rand(1,7),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lucky:lucky_block_pink,amount=#rand(3,5),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lucky_block_pink,amount=#rand(2,6),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lucky:lucky_block_pink,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2

/ diamond ore and diamond well
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$3Your wish came true! (If you like diamonds)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(5,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(5,35),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond_ore,amount=#rand(8,20),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond_block,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2

/ emerald ore and emerald well
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$2Your wish came true! (If you like emeralds)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(5,50),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(5,35),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald_ore,amount=#rand(8,20),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald_block,amount=#rand(1,3),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2

/ quartz added item wishing well
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=qaurtz_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=quartz,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2

/ most lucky well ever
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a silver coin...";type=command,ID="/give #pName iron_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=cake,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=gold_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2

/ food wishing well
group(type=structure,ID=quartz_wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName silver_ingot 1 0 {display:{Name:\"$7$lSilver Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like apples)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=golden_apple,damage=1,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=golden_apple,damage=0,amount=#rand(1,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=apple,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1

/ ========== QUARTZ FALLING BLOCKS + POLES ==========

/ quartz dirt block rainbow tower
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=stained_hardened_clay,Data=14),posY=#bPosY+5;NBTTag=(Block=stained_hardened_clay,Data=1),posY=#bPosY+10;NBTTag=(Block=stained_hardened_clay,Data=4),posY=#bPosY+15;NBTTag=(Block=stained_hardened_clay,Data=5),posY=#bPosY+20;NBTTag=(Block=stained_hardened_clay,Data=3),posY=#bPosY+25;NBTTag=(Block=stained_hardened_clay,Data=11),posY=#bPosY+30;NBTTag=(Block=stained_hardened_clay,Data=10),posY=#bPosY+35;NBTTag=(Block=stained_hardened_clay,Data=2),posY=#bPosY+40;NBTTag=(Block=stained_hardened_clay,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=dirt),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)

/ quartz chest block dirt tower
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=dirt),posY=#bPosY+5;NBTTag=(Block=dirt),posY=#bPosY+10;NBTTag=(Block=dirt),posY=#bPosY+15;NBTTag=(Block=dirt),posY=#bPosY+20;NBTTag=(Block=dirt),posY=#bPosY+25;NBTTag=(Block=dirt),posY=#bPosY+30;NBTTag=(Block=dirt),posY=#bPosY+35;NBTTag=(Block=dirt),posY=#bPosY+40;NBTTag=(Block=dirt),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=chest),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)

/ falling blocks (iron, gold, diamond, emerald)
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=iron_block);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=block.fire.extinguish)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=gold_block);type=particle,ID=flame,size=(1,2,1),particleAmount=500;type=sound,ID=entity.ghast.shoot)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=diamond_block);type=entity,ID=LightningBolt)@luck=1
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=emerald_block);type=particle,ID=happyVillager,size=(1,2,1),particleAmount=500;type=sound,ID=block.grass.break)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lapis_block);type=particle,ID=splash,size=(1,2,1),particleAmount=1000;type=sound,ID=entity.player.swim)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=dirt);type=entity,ID=LightningBolt)@luck=1

/ giant quartz thing
group(type=fill,ID=air,size=(1,120,1);type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+5;group(posY=#bPosY+10;posY=#bPosY+15;posY=#bPosY+20;posY=#bPosY+25;posY=#bPosY+30;posY=#bPosY+35;posY=#bPosY+40;posY=#bPosY+45;posY=#bPosY+50;posY=#bPosY+55;posY=#bPosY+60;posY=#bPosY+65;posY=#bPosY+70;posY=#bPosY+75;posY=#bPosY+80;posY=#bPosY+85;posY=#bPosY+90;posY=#bPosY+95;posY=#bPosY+100;posY=#bPosY+105),type=entity,ID=FallingSand,NBTTag=(Block=quartz_block);type=entity,ID=FallingSand,NBTTag=(Block=#randList(quartz_block,enchanting_table,diamond_block,emerald_block,dirt,tnt,lucky:lucky_block_emerald,iron_block,mob_spawner,bedrock,monster_egg,lootplusplus:emerald_block.pizza)),PosY=#bPosY+110;type=entity,ID=LightningBolt,PosY=#bPosY+23,delay=8.5)@luck=2

/ falling cake pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=cake),posY=#bPosY+5;NBTTag=(Block=cake),posY=#bPosY+10;NBTTag=(Block=cake),posY=#bPosY+15;NBTTag=(Block=cake),posY=#bPosY+20;NBTTag=(Block=cake),posY=#bPosY+25;NBTTag=(Block=cake),posY=#bPosY+30;NBTTag=(Block=cake),posY=#bPosY+35;NBTTag=(Block=cake),posY=#bPosY+40;NBTTag=(Block=cake),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=cake),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ have fun pole
group(type=message,ID="$b$lDiamonds on the top... $f$lhave fun with that.";type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=quartz_block),posY=#bPosY+5;NBTTag=(Block=quartz_block),posY=#bPosY+10;NBTTag=(Block=quartz_block),posY=#bPosY+15;NBTTag=(Block=quartz_block),posY=#bPosY+20;NBTTag=(Block=quartz_block),posY=#bPosY+25;NBTTag=(Block=quartz_block),posY=#bPosY+30;NBTTag=(Block=quartz_block),posY=#bPosY+35;NBTTag=(Block=quartz_block),posY=#bPosY+40;NBTTag=(Block=quartz_block),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+50,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+55,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+60,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+65,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+70,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+70,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+70,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ overpowered pole
group(type=message,ID="$b$lDiamonds on the top... $f$lhave fun with that.";type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=quartz_block),posY=#bPosY+5;NBTTag=(Block=quartz_block),posY=#bPosY+10;NBTTag=(Block=quartz_block),posY=#bPosY+15;NBTTag=(Block=quartz_block),posY=#bPosY+20;NBTTag=(Block=quartz_block),posY=#bPosY+25;NBTTag=(Block=quartz_block),posY=#bPosY+30;NBTTag=(Block=quartz_block),posY=#bPosY+35;NBTTag=(Block=quartz_block),posY=#bPosY+40;NBTTag=(Block=quartz_block),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+50,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+55,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+60,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+65,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=quartz_block),posY=#bPosY+70,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+70,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+70,type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ ========== QUARTZ MOBS ==========

/ jeffery slime boss
group(type=difficulty,ID=hard;type=command,delay=0.4,ID=\"/title @p[name=#pName] title {text:\"Boss Fight\",color:dark_red,bold:true}\";type=command,ID=\"/title @p[name=#pName] subtitle {text:\"$a$lJeffery the Slime\",color:yellow}\";type=entity,ID=Slime,NBTTag=(CustomName="$2Slime King",CustomNameVisible=true,Attributes=[(Name=generic.followRange,Base=200f)],Size=15,Equipment=[(id=air),(id=slime,Count=#rand(20,40)),(id=air),(id=air),(id=lootplusplus:emerald_block.slime_helmet,Count=1,tag=(Unbreakable=1,display=(Name="$2$lThe Slime King's Slimy Helmet",Lore=["$7Sticky I"]),AttributeModifiers=[(AttributeName="generic.knockbackResistance",Name="sticky",Amount=1.0f,Operation=0,UUIDLeast=1,UUIDMost=1)],ench=#luckyHelmetEnchantments))],DropChances=[0f,2f,0f,0f,2f]);type=command,ID="/playsound records.strad @a ~ ~ ~ 5.0 2.0",delay=0.5)@chance=0.5@luck=-2

/ xp
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(1,3)@luck=0
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(4,17)@luck=1
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(18,31)@luck=1
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(32,47)@luck=1
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(48,66)@luck=2

/ rare xp
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(67,84)@luck=2
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(85,100)@luck=2

/ jebsheep
type=entity,ID=Sheep,NBTTag=(CustomName="jeb_",CustomNameVisible=true,Color=#rand(0,0)),posOffset=#circleOffset(4),amount=16@luck=1
type=entity,ID=Sheep,NBTTag=(CustomName="jeb_",CustomNameVisible=true,Color=#rand(0,0)),posOffset=#circleOffset(4),amount=#rand(17,64)@luck=1

/ quartz block armorstands
type=entity,ID=ArmorStand,NBTTag=(Small=false,NoBasePlate=true,ShowArms=true,HandItems=[(id=iron_sword,Count=1)],ArmorItems=[(id=iron_boots,Count=1),(id=iron_leggings,Count=1),(id=iron_chestplate,Count=1),(id=skull,Damage=3,Count=1,tag=(SkullOwner=MetaGamer))],Rotation=[#pYaw+180f,0f],CustomName="$f$lQuartz Block Creator",CustomNameVisible=true);type=entity,ID=ArmorStand,NBTTag=(Small=false,NoBasePlate=true,ShowArms=true,HandItems=[(id=iron_sword,Count=1)],ArmorItems=[(id=iron_boots,Count=1),(id=iron_leggings,Count=1),(id=iron_chestplate,Count=1),(id=skull,Damage=3,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName="$e$lBest Person Ever",CustomNameVisible=true)@luck=0

/ bomby armorstand
type=entity,ID=ArmorStand,NBTTag=(Small=false,NoBasePlate=true,ShowArms=true,HandItems=[(id=iron_sword,Count=1)],ArmorItems=[(id=iron_boots,Count=1),(id=iron_leggings,Count=1),(id=iron_chestplate,Count=1),(id=skull,Damage=3,Count=1,tag=(SkullOwner=MetaGamer))],Rotation=[#pYaw+180f,0f],CustomName="$f$lQuartz Block Creator",CustomNameVisible=true);type=entity,ID=ArmorStand,NBTTag=(Small=false,NoBasePlate=true,ShowArms=true,HandItems=[(id=iron_sword,Count=1)],ArmorItems=[(id=iron_boots,Count=1),(id=iron_leggings,Count=1),(id=iron_chestplate,Count=1),(id=skull,Damage=4,Count=1)],Rotation=[#pYaw+180f,0f],CustomName="$a$lBomby",CustomNameVisible=true)@luck=0

/ quartz lucky player zombie
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=skull,Damage=3,Count=1,tag=(SkullOwner=#pName),tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$e$l#pName",CustomNameVisible=true))@luck=-2

/ quartz custom lucky zombie
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(HandItems=[(id=iron_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=iron_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=iron_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=iron_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=iron_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$f$lQuartz Zombie",CustomNameVisible=true))@luck=-2

/ quartz bomby creeper
group(type=difficulty,ID=hard;type=entity,ID=Creeper,CustomName="$a$lBomby",CustomNameVisible=true)@luck=0

/ elsa snowman
group(type=message,ID="$b$lDo you wanna build a snowman?";type=entity,ID=SnowMan,NBTTag=(CustomName="$b$lElsa",CustomNameVisible=true,posOffset=#circleOffset(4),amount=16))@luck=1

/ magic witch
group(type=message,ID="$lYOU SHALL NOT $4$lPASS!";type=difficulty,ID=hard;type=entity,ID=Witch,NBTTag=(HandItems=[(id=iron_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=iron_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=iron_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=iron_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=iron_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$7$lGandalf",CustomNameVisible=true))@luck=-2

/ quartz hero villager
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(20,25)),sell=(id=iron_sword,Count=2,tag=(ench=#luckySwordEnchantments,display=(Name="$f$lQuartz Sword"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,25)),sell=(id=bow,Count=2,tag=(ench=#luckyBowEnchantments,display=(Name="$f$lQuartz Bow"))),maxUses=1),(buy=(id=diamond,Count=#rand(5,15)),sell=(id=fishing_rod,Count=2,tag=(ench=#luckyFishingRodEnchantments,display=(Name="$f$lQuartz Fishing Rod"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Count=2,tag=(Potion="fire_resistance",CustomPotionEffects=#luckyPotionEffects,display=(Name="$f$lSpecial Lucky Potion"))),maxUses=1),(buy=(id=diamond,Count=#rand(1,4)),sell=(id=splash_potion,Count=1,tag=(Potion="harming",CustomPotionEffects=#unluckyPotionEffects,display=(Name="$4$lTrolling"))),maxUses=2)]),CustomName="$f$lQuartz Villager",CustomNameVisible=true)@luck=1

/ quartz lucky armor villager
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(7,16)),sell=(id=iron_helmet,Count=2,tag=(ench=#luckyHelmetEnchantments,display=(Name="$f$lLucky Quartz Helmet"))),maxUses=1),(buy=(id=diamond,Count=#rand(7,16)),sell=(id=iron_chestplate,Count=2,tag=(ench=#luckyChestplateEnchantments,display=(Name="$f$lLucky Quartz Chestplate"))),maxUses=1),(buy=(id=diamond,Count=#rand(7,16)),sell=(id=iron_leggings,Count=2,tag=(ench=#luckyHelmetEnchantments,display=(Name="$f$lLucky Quartz Leggings"))),maxUses=1),(buy=(id=diamond,Count=#rand(7,15)),sell=(id=iron_boots,Count=2,tag=(ench=#luckyHelmetEnchantments,display=(Name="$f$lLucky Quartz Boots"))),maxUses=1)]),CustomName="$f$lQuartz Villager",CustomNameVisible=true)@luck=1

/ this drop is from the pink lucky block I got my inspiration to make this mod from that so I chose to put this here and add this note so heres a easter egg
group(type=difficulty,ID=hard;type=entity,ID=Silverfish,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$8$lZack",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Pig,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$c$lTadd",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Villager,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$4$lDate",CustomNameVisible=true))@luck=1
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(HandItems=[(id=bow,Count=1,tag=(ench=#luckyBowEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$7$lLong Lost Date",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Witch,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$d$lJen",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Blaze,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$c$lPat",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Slime,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$a$lJames",CustomNameVisible=true))@luck=-1
group(type=difficulty,ID=hard;type=entity,ID=LavaSlime,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$c$lJack",CustomNameVisible=true))@luck=-1
group(type=difficulty,ID=hard;type=entity,ID=Giant,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$a$lBob's Mom",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Creeper,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$2$lShelly",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=Ozelot,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$e$lKitty",CustomNameVisible=true))@luck=2
group(type=difficulty,ID=hard;type=entity,ID=Wolf,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$e$lSparky",CustomNameVisible=true))@luck=2
group(type=difficulty,ID=hard;type=entity,ID=Spider,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$e$lXavier",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=CaveSpider,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$e$lXavier's Aggressive Tennage Daughter",CustomNameVisible=true))@luck=-2
group(type=difficulty,ID=hard;type=entity,ID=PigZombie,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$d$lDave",CustomNameVisible=true))@luck=-2

group(type=message,ID="$e$lGuess whos back? Back again?";type=difficulty,ID=hard;type=entity,ID=Ozelot,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$e$lShady's back",CustomNameVisible=true))@luck=-2

/ ========== QUARTZ BLOCK DROPS ==========

/ re-appearing lucky blocks and made by Emerald Lucky Block
type=block,ID=lucky:lucky_block,NBTTag=(Drops=["group(type=message,ID=\"$e$lIf you can break this lucky block, you will win a prize!\";type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block_emerald,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=block,ID=lucky:lucky_block,NBTTag=(Drops=["type=Item,ID=cake"]"]"]"]"]"]"]"]"]"])))))))))))"])@luck=0

/ that falling sand tho
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lapis_block);type=particle,ID=splash,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lucky:lucky_block_pink);type=particle,ID=heart,size=(1,2,1),particleAmount=500;type=sound,ID=dig.stone)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lucky:lucky_block);type=entity,ID=LightningBolt)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=redstone_block);type=particle,ID=flame,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=anvil);type=particle,ID=flame,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=sponge);type=particle,ID=flame,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=1
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=flowing_lava);type=particle,ID=flame,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=-1
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=flowing_water);type=particle,ID=flame,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=coal_block);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=item.fireCharge.use)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=dragon_egg);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=item.fireCharge.use)@luck=2
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=bone_block);type=entity,ID=LightningBolt)@luck=0

/ a large amount of water
group(type=message,ID="$b$lNow that's a problem right there...";type=command,ID=\"fill ~10 ~10 ~10 ~-10 ~ ~-10 water 0 replace air 0\"@chance=0.5)@luck=-1

/ one use pickaxe
type=entity,ID=Item,NBTTag=(CustomName="$e$lOne Chance...",CustomNameVisible=true,Item=(Count=1,id=diamond_pickaxe,Damage=1561,tag=(ench=[(id=35,lvl=10)],display=(Name="$e$lOne Chance..."),RepairCost=15000)))@luck=1

/ lucky block placed
group(type=message,ID="$lIt seems we have a dilema...";type=block,ID=lucky:lucky_block,posY=#bPosY-1)@luck=2

/ one hit KO sword
ID=diamond_sword,damage=90000001,NBTTag=(ench=[(id=21,lvl=666)],display=(Name="$6ONE PUNCH!!!"))

/ Windslasher
ID=diamond_sword,NBTTag=(ench=#luckySwordEnchantments,display=(Lore=["$7Wind Aspect I"]))@luck=2

/ lucky block book
ID=written_book,NBTTag=(author="MetaGamer",title="$e$lLucky Block Book",pages=["$l$nThe Lucky Block$r\n\nThe Lucky Block ($ofortunus blockus$r) was brought to Minecraft by the gods to reward the good and punish the evil.","The player's true self will be revealed after mining this block.\n\nSome fear it, and others have been made rich by it.","You must mine it and be prepared for whatever will follow.\n\nIt is not luck.\n\nIt is $bdestiny.","$eYes... this is indeed a running joke throughout the lucky block maker community, spread the word..."])@luck=0

/ random mostly useless items
ID=brick_block,amount=#rand(30,60)@luck=1
ID=noteblock,amount=#rand(5,20)@luck=0
ID=gold_block,amount=5@luck=1
ID=iron_ore,amount=#rand(8,14)@luck=0
ID=emerald_ore@luck=0
ID=tnt,amount=#rand(4,8)@luck=0
ID=obsidian,amount=#rand(8,14)@luck=0
ID=ender_chest,amount=#rand(1,2)@luck=1
ID=dropper,amount=#rand(4,8)@luck=0
ID=hay_block,amount=#rand(6,10)@luck=0
ID=end_portal_frame,amount=#rand(1,8)@luck=2
ID=chest,amount=#rand(10,12)
ID=enchanting_table,NBTTag=(display=(Name="$5$lMagic Temple's Alter"))@luck=1
ID=egg,NBTTag=(display=(Name="$fMaybe it will hatch"))@luck=0
ID=bookshelf,NBTTag=(display=(Name="$e$lGet Schooled!"))@luck=0
ID=beacon,NBTTag=(display=(Name="$b$lThe Driest of Beacons"))@luck=1
ID=beacon,NBTTag=(display=(Name="$b$lThe Wettest of Beacons"))@luck=1
ID=cookie,NBTTag=(display=(Name="$cHave a cookie"))@luck=0
ID=tallgrass,damage=2,amount=1,NBTTag=(display=(Name="$aWeed",Lore=["$7Dankest of weeds"])
ID=empty_map,amount=#rand(1,3)@luck=0
ID=painting,amount=#rand(3,5)@luck=-1
ID=gold_ingot,amount=#rand(8,14)@luck=1
ID=armor_stand,amount=#rand(1,3)@luck=0
ID=fire_charge,amount=#rand(10,15)@luck=0
ID=flint_and_steel,amount=#rand(1,3)@luck=0
ID=fireworks,amount=#rand(10,20),reinitialize=true,NBTTag=#randFireworksRocket@luck=0
ID=banner,reinitialize=true,damage=#rand(0,15),amount=#rand(5,10),NBTTag=(BlockEntityTag=(Patterns=[(Pattern=#randList(o,o,o,o,o,o,o,o,ld,rud,lud,rd,vh,vhr,hh,hhb),Color=#rand(0,15)),(Pattern=#randList(o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,ts,bs,ls,rs,cs,ms,drs,dls,ss,cr,sc,tl,tr,bl,br,bt,tt,bts,tts),Color=#rand(0,15)),(Pattern=#randList(o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,ts,bs,ls,rs,cs,ms,drs,dls,ss,cr,sc,tl,tr,bl,br,bt,tt,bts,tts),Color=#rand(0,15)),(Pattern=#randList(o,o,o,o,bo,cbo,bri,gra,gru),Color=#rand(0,15)),(Pattern=#randList(o,o,o,o,o,o,o,o,o,bo,cbo,bri,gra,gru),Color=#rand(0,15)),(Pattern=#randList(o,o,mr,mc,sku,cri,moj,flo),Color=#rand(0,15))]))@luck=0
group(ID=ice,amount=#rand(1,10);ID=packed_ice,amount=#rand(1,10))@luck=0
group:1:(group(type=command,ID="/tell #pName Listen to me, #pName. You are in grave danger. You need to run. Now. Take this mushroom, it is your only hope.",commandSender="Skek";ID=red_mushroom,NBTTag=(display=(Name="$cOnly Hope")));group(type=command,ID="/tell #pName Listen to me, #pName. You are in grave danger. You need to run. Now. Take this mushroom, it is your only hope.",commandSender="Skek";ID=brown_mushroom,NBTTag=(display=(Name="$6Only Hope"))))@luck=-1
group(ID=ender_pearl,NBTTag=(display=(Name="$dMagical Pearls")),amount=10;ID=ender_eye,amount=5,NBTTag=(display=(Name="$4Ender Guide")))@luck=1
group(ID=bucket,amount=#rand(1,2),NBTTag=(display=(Name="$rNo Splashes"));ID=water_bucket,amount=#rand(1,2),NBTTag=(display=(Name="$9Splashes"));ID=lava_bucket,amount=#rand(1,2),NBTTag=(display=(Name="$aDeath Splashes"));ID=milk_bucket,amount=#rand(1,2),NBTTag=(display=(Name="$rNo Status Effect Splashes")))@luck=0
group(ID=gold_nugget,amount=#rand(120,140),delay=3;type=message,ID=\"$6$lThe gold is coming...\")@luck=1

/ lucky items
ID=skull,damage=3,NBTTag=(display=(Name="$bThe Creator Of $r$6$lLucky Blocks!",Lore=["$7Luck RANDOM"]),SkullOwner=LuckyBlockDev)@luck=1
ID=skull,damage=3,NBTTag=(SkullOwner=MetaGamer,display=(Name="$6The Maker!",Lore=["$7MetaGamer"]))@luck=0
ID=skull,damage=3,NBTTag=(SkullOwner=Skek,display=(Name="$6My Inspiration",Lore=["$7Skek"]))@luck=0
group(ID=skull,damage=3,amount=#rand(0,3),NBTTag=(SkullOwner=MHF_Cake,display=(Name="Tiny Cake"));ID=skull,damage=3,amount=#rand(0,3),NBTTag=(SkullOwner=MHF_TNT2,display=(Name="Tiny TNT"));ID=skull,damage=3,amount=#rand(0,3),NBTTag=(SkullOwner=MHF_Chest,display=(Name="Tiny Chest"));ID=skull,damage=3,amount=#rand(0,3),NBTTag=(SkullOwner=MHF_OakLog,display=(Name="Tiny Log"));ID=skull,damage=3,amount=#rand(0,3),NBTTag=(SkullOwner=MHF_Apple,display=(Name="Large Apple")))@luck=0
ID=skull,damage=3,NBTTag=(SkullOwner=#randList(SSundee,SuperGirlyGamer,skythekidRS,ASFjerome,BajanCanadian,SethBling,DanTDM,Bashur,SubZeroExtabyte,AntVenom,deadlox,bigbadmanpig,FuriousDestroyer,SGCBarbierian,House_Owner,JinBop,MunchingBrotato,Kkcomics,OMGitsfirefoxx,SynHD),display=(Name="$4You$r$7tuber$r $bhead",Lore=["$f$lThe coolest"]))@luck=0
group(ID=iron_ingot,amount=#rand(8,16);ID=gold_ingot,amount=#rand(8,16);ID=diamond,amount=#rand(8,16);ID=emerald,amount=#rand(8,16);ID=dye,damage=4,amount=#rand(8,16);type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,posOffset=#circleOffset(0,2);ID=redstone,amount=#rand(4,8);ID=coal,amount=#rand(2,4))@luck=2
group:1:(ID=red_flower,NBTTag=(display=(Name="$cRomantic Poppy"));ID=red_flower,damage=1,NBTTag=(display=(Name="$bRomantic Orchid"));ID=red_flower,damage=2,NBTTag=(display=(Name="$5Romantic Allium"));ID=red_flower,damage=3,NBTTag=(display=(Name="$7Romantic Bluet"));ID=red_flower,damage=4,NBTTag=(display=(Name="$4Romantic Tulip"));ID=red_flower,damage=5,NBTTag=(display=(Name="$6Romantic Tulip"));ID=red_flower,damage=6,NBTTag=(display=(Name="$fRomantic Tulip"));ID=red_flower,damage=7,NBTTag=(display=(Name="$dRomantic Tulip"));ID=red_flower,damage=8,NBTTag=(display=(Name="$8Romantic Daisy"));ID=yellow_flower,NBTTag=(display=(Name="$eRomantic Dandelion")))@luck=-1
group:#rand(1,3):(ID=iron_horse_armor,NBTTag=(display=(Name="$7$lProtective Horse Armor"));ID=golden_horse_armor,NBTTag=(display=(Name="$e$lSlippery Horse Armor"));ID=diamond_horse_armor,NBTTag=(display=(Name="$b$lShiny Horse Armor")))@luck=0
group:#rand(3,4):(ID=leather_helmet,NBTTag=(display=(color=#rand(0,16777215)));ID=leather_chestplate,NBTTag=(display=(color=#rand(0,16777215)));ID=leather_leggings,NBTTag=(display=(color=#rand(0,16777215)));ID=leather_boots,NBTTag=(display=(color=#rand(0,16777215))))@luck=-1
group(ID=bow,NBTTag=(display=(Name="$rNormal Bow"));ID=arrow,amount=#rand(16,32))@luck=1
group(ID=red_flower,damage=#rand(0,8),amount=#rand(32,64))@luck=-1
group(ID=cobblestone,amount=#rand(16,32);ID=stone_slab,damage=3,amount=#rand(5,10);ID=stone_slab,amount=#rand(5,10);ID=stone_slab,damage=5,amount=#rand(5,10);ID=cobblestone,amount=#rand(16,32);ID=mossy_cobblestone,amount=#rand(16,32);ID=stone_stairs,amount=#rand(5,10);ID=stonebrick,damage=#rand(0,3),amount=#rand(32,64);ID=stone_brick_stairs,amount=#rand(5,10);ID=cobblestone_wall,damage=#rand(0,1),amount=#rand(8,16))@luck=0
group(ID=pumpkin,amount=#rand(8,16),NBTTag=(display=(Name="$6Skooky Pumpkin"));ID=lit_pumpkin,amount=#rand(8,16),NBTTag=(display=(Name="$4Scary Jack o'Lantern")))@luck=0
group(ID=golden_apple,amount=#rand(2,4),NBTTag=(display=(Name="$eButtered Apple"));ID=golden_apple,amount=#rand(1,2),damage=1,NBTTag=(display=(Name="$6Heavily Buttered Apple")))@luck=1
ID=potion,damage=#randPotionDamage,amount=#rand(4,8),NBTTag=(display=(Name="$dRandom Potion"))@luck=1
group(ID=snowball,amount=#rand(64,128);ID=snow,amount=#rand(32,64);ID=snow_layer,amount=#rand(16,32))@luck=0
group(ID=ender_pearl,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=blaze_rod,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=ghast_tear,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=gold_nugget,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=nether_wart,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=spider_eye,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=fermented_spider_eye,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=blaze_powder,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=magma_cream,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=ender_eye,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=speckled_melon,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));ID=rabbit_foot,amount=#rand(1,3),NBTTag=(display=(Name="$6Witchcraft"));type=particle,ID=2002,damage=3)@luck=1

/ COPY & PASTE ME INTO YOUR LUCKY BLOCK ADD-ON :D JUST DO IT!!!!!!!!!!!!!!!!!
group(type=message,ID="$cTHIS DROP SHOULD, CAN, AND WILL BE COPY & PASTED INTO OTHER LUCKY BLOCKS!!!!!!";ID=paper,NBTTag=(display=(Name="$cThe Copy & Paste Drop")))@luck=-1

/ ========== QUARTZ ITEM DROPS ==========

/ lucky block placed
group(type=message,ID="$lNot the worst drop I suppose";type=block,ID=lucky:lucky_block,amount=#rand(2,4))@luck=2

/ quartz
group(ID=stone_slab,damage=7,amount=#rand(4,8);ID=quartz_ore,amount=#rand(16,32);ID=quartz_block,amount=#rand(4,32);ID=quartz_block,damage=1,amount=#rand(4,8);ID=quartz_block,damage=2,amount=#rand(4,8);ID=quartz_stairs,amount=#rand(4,8);ID=quartz,amount=#rand(24,64);type=particle,ID=splashpotion,potion="invisibility")@luck=1

/ lucky diamond sword
ID=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$b$lLucky Diamond Sword"))@luck=2
/ lucky quartz sword
ID=iron_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$f$lLucky Quartz Sword"))@luck=2
/ lucky gold sword
ID=golden_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$f$lLucky Sword"))@luck=1
/ lucky stone sword
ID=stone_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$f$lLucky Stone Sword"))@luck=1
/lucky wooden sword
ID=wooden_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$f$lLucky Wood Sword"))@luck=0

/ lucky quartz bow
ID=bow,Count=1,tag=(ench=#luckyBowEnchantments,display=(Name="$f$lQuartz Bow"))@luck=2

/ diamond helmet and chestplate
group:#rand(1,2):(ID=diamond_boots,Count=2,tag=(ench=#luckyHelmetEnchantments,display=(Name="$f$lLucky Diamond Helmet"));id=diamond_chestplate,Count=2,tag=(ench=#luckyChestplateEnchantments,display=(Name="$f$lLucky Diamond Chestplate")))
/ quartz helmet and chestplate
group:#rand(1,2):(ID=iron_boots,Count=2,tag=(ench=#luckyHelmetEnchantments,display=(Name="$f$lLucky Quartz Helmet"));id=iron_chestplate,Count=2,tag=(ench=#luckyChestplateEnchantments,display=(Name="$f$lLucky Quartz Chestplate")))
/ golden helmet and chestplate
group:#rand(1,2):(ID=golden_boots,Count=2,tag=(ench=#luckyHelmetEnchantments,display=(Name="$f$lLucky Helmet"));id=golden_chestplate,Count=2,tag=(ench=#luckyChestplateEnchantments,display=(Name="$f$lLucky Chestplate")))

/ diamond leggings and boots
group:#rand(1,2):(ID=diamond_leggings,Count=2,tag=(ench=#luckyLeggingsEnchantments,display=(Name="$f$lLucky Diamond Leggings"));id=diamond_chestplate,Count=2,tag=(ench=#luckyBootsEnchantments,display=(Name="$f$lLucky Diamond Boots")))
/ quartz leggings and boots
group:#rand(1,2):(ID=iron_leggings,Count=2,tag=(ench=#luckyLeggingsEnchantments,display=(Name="$f$lLucky Quartz Leggings"));id=iron_chestplate,Count=2,tag=(ench=#luckyBootsEnchantments,display=(Name="$f$lLucky Quartz Boots")))
/ golden leggings and boots
group:#rand(1,2):(ID=golden_leggings,Count=2,tag=(ench=#luckyLeggingsEnchantments,display=(Name="$f$lLucky Leggings"));id=golden_chestplate,Count=2,tag=(ench=#luckyBootsEnchantments,display=(Name="$f$lLucky Boots")))

/ ========== QUARTZ CHESTS ==========

/ quartz chest
type=block,ID=chest,tileEntity=(Items=#customChestLootTable({"pools":[{"rolls":{"min":6,"max":12},"entries":[{"type":"item","name":"minecraft:iron_ingot","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":8}}]},{"type":"item","name":"minecraft:gold_ingot","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:diamond","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:emerald","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:quartz","weight":1,"functions":[{"function":"set_data","data":4},{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"lucky:lucky_block","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":5,"max":25}}]},{"type":"item","name":"minecraft:quartz_block","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":5,"max":25}}]},{"type":"item","name":"minecraft:quartz_ore","weight":1,"functions":[{"function":"set_data","data":1},{"function":"set_count","count":{"min":1,"max":2}}]}]}]}))

/ golden chest
type=block,ID=chest,tileEntity=(Items=#customChestLootTable({"pools":[{"rolls":{"min":6,"max":12},"entries":[{"type":"item","name":"minecraft:dropper","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":8}}]},{"type":"item","name":"minecraft:golden_block","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:apple","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:emerald","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"minecraft:gold_ingot","weight":1,"functions":[{"function":"set_data","data":4},{"function":"set_count","count":{"min":1,"max":4}}]},{"type":"item","name":"lucky:lucky_block","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":5,"max":25}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":5,"max":25}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":1},{"function":"set_count","count":{"min":1,"max":2}}]}]}]}))

/ iron armory chest
type=block,ID=chest,tileEntity=(Items=#customChestLootTable({"pools":[{"rolls":{"min":0,"max":1},"entries":[{"type":"item","name":"minecraft:iron_helmet","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:iron_chestplate","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:iron_leggings","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:iron_boots","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:cooked_beef","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":10}}]},{"type":"item","name":"lucky:lucky_block","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:iron_ingot","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":10}}]}]}]}))

/ diamond armory chest
type=block,ID=chest,tileEntity=(Items=#customChestLootTable({"pools":[{"rolls":{"min":0,"max":1},"entries":[{"type":"item","name":"minecraft:diamond_helmet","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:diamond_chestplate","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:diamond_leggings","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:diamond_boots","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:cooked_beef","weight":1,"functions":[{"function":"set_data","data":4},{"function":"set_count","count":{"min":1,"max":10}}]},{"type":"item","name":"diamond_sword","weight":1,"functions":[{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":0,"max":1}}]},{"type":"item","name":"minecraft:diamond","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":10}}]}]}]}))

/ cake and diamond and golden apple chest
type=block,ID=chest,tileEntity=(Items=#customChestLootTable({"pools":[{"rolls":{"min":0,"max":1},"entries":[{"type":"item","name":"minecraft:wool","weight":1,"functions":[{"function":"set_data","data":6},{"function":"set_count","count":{"min":1,"max":10}}]},{"type":"item","name":"minecraft:cake","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":3}}]},{"type":"item","name":"minecraft:golden_apple","weight":1,"functions":[{"function":"set_data","data":0},{"function":"set_count","count":{"min":1,"max":5}}]},{"type":"item","name":"minecraft:diamond","weight":1,"functions":[{"function":"set_count","count":{"min":1,"max":10}}]}]}]}))

/ chests
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=emerald,maxAmount=32,weight=10),(id=emerald_block,maxAmount=13,weight=9),(id=lucky:lucky_block,maxAmount=5,weight=9),(id=golden_apple,maxAmount=12,weight=10),(id=red_flower,Damage=3,maxAmount=45,weight=8),(id=diamonds,maxAmount=10,weight=5)],maxTotalAmount=14))@luck=2
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=gold_ingot,maxAmount=34,weight=10),(id=gold_block,maxAmount=13,weight=9),(id=lucky:lucky_block,maxAmount=5,weight=9),(id=golden_apple,maxAmount=12,weight=10),(id=yellow_flower,maxAmount=45,weight=8),(id=gold_nugget,maxAmount=50,weight=8),(id=golden_apple,Damage=1,maxAmount=3,weight=9)],maxTotalAmount=14))@luck=2
group(type=block,ID=trapped_chest,rotation=#pDirect-2;type=block,ID=lucky:lucky_block,posY=#bPosY-2,NBTTag=(Drops=["type=explosion,radius=6"]))@luck=-2
type=block,ID=chest@chance=0.5@luck=-1
type=block,ID=chest,tileEntity=(Items=#chestVillageBlacksmith)@luck=1
type=block,ID=chest,tileEntity=(Items=#chestBonusChest)@luck=0
type=block,ID=chest,tileEntity=(Items=#chestDungeonChest)@luck=0
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=iron_ingot,maxAmount=8,weight=10),(id=gold_ingot,maxAmount=4,weight=10),(id=diamond,maxAmount=4,weight=10),(id=emerald,maxAmount=4,weight=10),(id=dye,Damage=4,maxAmount=4,weight=10),(id=lucky:lucky_block_emerald,maxAmount=2,weight=10),(id=golden_apple,maxAmount=2,weight=10),(id=golden_apple,Damage=1,maxAmount=2,weight=10)],maxTotalAmount=12))@luck=2
type=structure,ID=potion_chest@luck=1
type=structure,ID=food_chest@luck=1